home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / clean / sun3.lha / Sun3 / deltaP.dcl < prev    next >
Text File  |  1992-08-07  |  432b  |  21 lines

  1. SYSTEM MODULE deltaP;
  2.  
  3. ==    Version 0.8
  4.  
  5. RULE
  6.  
  7. ::    CurrentP                -> PROCID    ;
  8. ==    Returns the processor id of the current processor
  9.  
  10. ::    ITOP !INT                -> PROCID    ;
  11. ==    Converts an integer to a PROCID.
  12.  
  13. ::    RandomP                    -> PROCID    ;
  14. ==    Returns a random processor id.
  15.  
  16. ::    NeighbourP !INT !PROCID    -> PROCID    ;
  17. ==    Returns the processor id of the processor n hops away.
  18.  
  19. ::    ChannelP x                -> PROCID    ;
  20. ==    Returns the processor id of x if x is a channel.
  21.